﻿2026-08-28T13:31:24.3676464Z ##[group]Run actions/checkout@v5
2026-08-28T13:31:24.3677677Z with:
2026-08-28T13:31:24.3678450Z   ref: ea55e88232497ba5667171a2770946d6ffe4551c
2026-08-28T13:31:24.3679523Z   fetch-depth: 1
2026-08-28T13:31:24.3680281Z   repository: BigscreenVR/spt-bs-core
2026-08-28T13:31:24.3686700Z   token: ***
2026-08-28T13:31:24.3687422Z   ssh-strict: true
2026-08-28T13:31:24.3688166Z   ssh-user: git
2026-08-28T13:31:24.3688909Z   persist-credentials: true
2026-08-28T13:31:24.3689911Z   clean: true
2026-08-28T13:31:24.3690647Z   sparse-checkout-cone-mode: true
2026-08-28T13:31:24.3691519Z   fetch-tags: false
2026-08-28T13:31:24.3692240Z   show-progress: true
2026-08-28T13:31:24.3692969Z   lfs: false
2026-08-28T13:31:24.3693664Z   submodules: false
2026-08-28T13:31:24.3694403Z   set-safe-directory: true
2026-08-28T13:31:24.3695265Z   allow-unsafe-pr-checkout: false
2026-08-28T13:31:24.3696330Z env:
2026-08-28T13:31:24.3697018Z   CARGO_INCREMENTAL: 0
2026-08-28T13:31:24.3697761Z ##[endgroup]
2026-08-28T13:31:24.4529851Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T13:31:24.4532312Z ##[group]Getting Git version info
2026-08-28T13:31:24.4533639Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T13:31:24.4535567Z [command]/usr/bin/git version
2026-08-28T13:31:24.4548939Z git version 2.43.0
2026-08-28T13:31:24.4566781Z ##[endgroup]
2026-08-28T13:31:24.4574613Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/fc874cb5-c7b4-48e3-bbaf-c19d20f61929/.gitconfig'
2026-08-28T13:31:24.4581968Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fc874cb5-c7b4-48e3-bbaf-c19d20f61929' before making global git config changes
2026-08-28T13:31:24.4584407Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T13:31:24.4586563Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T13:31:24.4618626Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T13:31:24.4637275Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T13:31:24.4649071Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T13:31:24.4651219Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T13:31:24.4671160Z refs/heads/golden/ir2-incremental-off
2026-08-28T13:31:24.4677651Z [command]/usr/bin/git checkout --detach
2026-08-28T13:31:24.4743135Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T13:31:24.4780420Z [command]/usr/bin/git branch --delete --force golden/ir2-incremental-off
2026-08-28T13:31:24.4811276Z Deleted branch golden/ir2-incremental-off (was ea55e8823).
2026-08-28T13:31:24.4816945Z ##[endgroup]
2026-08-28T13:31:24.4818500Z [command]/usr/bin/git submodule status
2026-08-28T13:31:24.5001727Z ##[group]Cleaning the repository
2026-08-28T13:31:24.5003231Z [command]/usr/bin/git clean -ffdx
2026-08-28T13:31:25.7196759Z Removing .adapter-notify/
2026-08-28T13:31:25.7197520Z Removing bench-ledger/
2026-08-28T13:31:25.7197820Z Removing target/
2026-08-28T13:31:25.7206138Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T13:31:25.7279525Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T13:31:25.7285528Z ##[endgroup]
2026-08-28T13:31:25.7287269Z ##[group]Disabling automatic garbage collection
2026-08-28T13:31:25.7290991Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T13:31:25.7314802Z ##[endgroup]
2026-08-28T13:31:25.7315265Z ##[group]Setting up auth
2026-08-28T13:31:25.7320924Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T13:31:25.7345462Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T13:31:25.7533904Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T13:31:25.7557440Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T13:31:25.7750755Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T13:31:25.7776593Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T13:31:25.7966800Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T13:31:25.7997465Z ##[endgroup]
2026-08-28T13:31:25.7997899Z ##[group]Fetching the repository
2026-08-28T13:31:25.8003893Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ea55e88232497ba5667171a2770946d6ffe4551c
2026-08-28T13:31:26.2720213Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-28T13:31:26.2720904Z  * branch                ea55e88232497ba5667171a2770946d6ffe4551c -> FETCH_HEAD
2026-08-28T13:31:26.2754111Z ##[endgroup]
2026-08-28T13:31:26.2754825Z ##[group]Determining the checkout info
2026-08-28T13:31:26.2756478Z ##[endgroup]
2026-08-28T13:31:26.2766306Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T13:31:26.2809256Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T13:31:26.2834334Z ##[group]Checking out the ref
2026-08-28T13:31:26.2836910Z [command]/usr/bin/git checkout --progress --force ea55e88232497ba5667171a2770946d6ffe4551c
2026-08-28T13:31:26.2900179Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T13:31:26.2906412Z ##[endgroup]
2026-08-28T13:31:26.2949861Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T13:31:26.2979480Z ea55e88232497ba5667171a2770946d6ffe4551c
